home *** CD-ROM | disk | FTP | other *** search
- object Form7: TForm7
- Left = 256
- Top = 273
- BorderStyle = bsDialog
- Caption = 'ZipGenius 1.4'
- ClientHeight = 107
- ClientWidth = 282
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 201
- Height = 13
- Caption = 'Assegna un nome a questa combinazione:'
- end
- object Edit1: TEdit
- Left = 8
- Top = 38
- Width = 265
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- OnChange = Edit1Change
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 72
- Width = 75
- Height = 25
- Enabled = False
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 200
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Annulla'
- TabOrder = 2
- Kind = bkCancel
- end
- end
-